home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10824 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.pascal.delphi.misc,comp.lang.c,comp.lang.pascal.misc,comp.lang.c++
  4. Subject: Re: WORD FILE FORMAT (WINDOWS)
  5. Date: 10 Mar 1996 17:12:24 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4hv2ho$d8t@news.interpath.net>
  8. NNTP-Posting-Host: mercury.interpath.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Idan Feigenbaum (yfeigenbaum@decisiondata.com) wrote:
  12.  
  13. :     I need the WORD for windows file format.
  14.  
  15. If I had a nickel for every time this question has been asked, I would
  16. be rich beyond my wildest dreams.
  17.  
  18. The Word file format is a PROPRIETARY TRADE SECRET OF MICROSOFT!  It
  19. has never been released to the public. You may be able to license it
  20. for a fee from Microsoft, but you'd probably have to sign a
  21. non-disclosure agreement. If anyone has reverse-engineered the file
  22. format, it has never been leaked to the public. If someone did this,
  23. they'd be asking MS to make an example of them in the courts. None of
  24. MS's development information sources (Knowledge Base, MSDN CDs, etc)
  25. documents the file format.
  26.  
  27. Of all the word processors, only WordPerfect has a developer's kit
  28. with the file format documented in it, an optional extra you have
  29. to pay for. I don't think they even still have it.
  30.  
  31. :     Even knowing to take out from the .DOC file only the TEXT
  32. :     would be helpfull.
  33.  
  34. Use a "strings" program.
  35.  
  36. Scott
  37.  
  38.